翻訳と辞書
Words near each other
・ grammatical inference
・ grandfather, father, son
・ granularity
・ grapes
・ grapevine
・ graph
・ graph algorithm and software package
・ graph coloring
・ graph colouring
・ graph plotter
graph reduction
・ graph rewriting system
・ graph-oriented object database
・ graphic algol
・ graphic display interface
・ graphic language
・ graphic workstation
・ graphical kernel system
・ graphical user interface
・ graphics accelerator


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

graph reduction : FOLDOC
graph reduction
A technique invented by Chris Wadsworth where an expression is represented as a directed graph (usually drawn as an inverted tree). Each node represents a function call and its subtrees represent the arguments to that function. Subtrees are replaced by the expansion or value of the expression they represent. This is repeated until the tree has been reduced to a value with no more function calls (a normal form).
In contrast to string reduction, graph reduction has the advantage that common subexpressions are represented as pointers to a single instance of the expression which is only reduced once. It is the most commonly used technique for implementing lazy evaluation.



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.